'宣言 Public Overloads Shared Function TryGetArray(Of T As IPdfObject)( _ ByVal dict As IPdfDict, _ ByVal key As PdfName, _ ByRef value() As T, _ ByVal singleToArray As System.Boolean, _ ByVal allowNulls As System.Boolean, _ ByVal addWarning As System.Boolean _ ) As System.Boolean
public static System.bool TryGetArray<T>( IPdfDict dict, PdfName key, out T[] value, System.bool singleToArray, System.bool allowNulls, System.bool addWarning ) where T: IPdfObject
パラメータ
- dict
- 現在の辞書。
- key
- 配列を識別するキー。
- value
- OUT: T の配列。
- singleToArray
- 単一の T 値を配列に変換するかどうかを示します。
- allowNulls
- IPdfNull を null 参照 (Visual Basicでは Nothing) として扱うかどうかを示します。
- addWarning
- エラーが発生した場合は 、GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog に警告を追加するかどうかを示します。
型パラメータ
- T
戻り値の型
エラーが発生しない場合は true を返します。